ceil — Ceiling Value


\begin{rail}
Ceil : 'ceil' '(' ( Scalar \vert Matrix ) ')' ;
\end{rail}
ceil returns the smallest integer not less than the argument. If the argument is a matrix then the ceil operation is performed on an element-by-element basis.

Subsections